home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-276.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  63 lines

  1. # This script was automatically generated from the dsa-276
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. The kernel module loader in Linux 2.2 and Linux 2.4 kernels has a flaw
  12. in ptrace.  This hole allows local users to obtain root privileges by
  13. using ptrace to attach to a child process that is spawned by the
  14. kernel.  Remote exploitation of this hole is not possible.
  15. This advisory only covers kernel packages for the S/390 architecture.
  16. Other architectures will be covered by separate advisories.
  17. For the stable distribution (woody) this problem has been fixed in the
  18. following versions:
  19. The old stable distribution (potato) is not affected by this problem
  20. for this architecture since s390 was first released with Debian
  21. GNU/Linux 3.0 (woody).
  22. For the unstable distribution (sid) this problem will be fixed soon.
  23. We recommend that you upgrade your kernel-images packages immediately.
  24.  
  25.  
  26. Solution : http://www.debian.org/security/2003/dsa-276
  27. Risk factor : High';
  28.  
  29. if (description) {
  30.  script_id(15113);
  31.  script_version("$Revision: 1.4 $");
  32.  script_xref(name: "DSA", value: "276");
  33.  script_cve_id("CAN-2003-0127");
  34.  script_bugtraq_id(7112);
  35.  
  36.  script_description(english: desc);
  37.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  38.  script_name(english: "[DSA276] DSA-276-1 linux-kernel-s390");
  39.  script_category(ACT_GATHER_INFO);
  40.  script_family(english: "Debian Local Security Checks");
  41.  script_dependencies("ssh_get_info.nasl");
  42.  script_require_keys("Host/Debian/dpkg-l");
  43.  script_summary(english: "DSA-276-1 linux-kernel-s390");
  44.  exit(0);
  45. }
  46.  
  47. include("debian_package.inc");
  48.  
  49. w = 0;
  50. if (deb_check(prefix: 'kernel-headers-2.4.17', release: '3.0', reference: '2.4.17-2.woody.2.2')) {
  51.  w ++;
  52.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-headers-2.4.17 is vulnerable in Debian 3.0.\nUpgrade to kernel-headers-2.4.17_2.4.17-2.woody.2.2\n');
  53. }
  54. if (deb_check(prefix: 'kernel-image-2.4.17-s390', release: '3.0', reference: '2.4.17-2.woody.2.2')) {
  55.  w ++;
  56.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.17-s390 is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.4.17-s390_2.4.17-2.woody.2.2\n');
  57. }
  58. if (deb_check(prefix: 'kernel-patch-2.4.17-s390', release: '3.0', reference: '0.0.20020816-0.woody.1.1')) {
  59.  w ++;
  60.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-patch-2.4.17-s390 is vulnerable in Debian 3.0.\nUpgrade to kernel-patch-2.4.17-s390_0.0.20020816-0.woody.1.1\n');
  61. }
  62. if (w) { security_hole(port: 0, data: desc); }
  63.